Class PlantRegistry

java.lang.Object
jeresources.registry.PlantRegistry

public class PlantRegistry extends Object
  • Constructor Details

    • PlantRegistry

      public PlantRegistry()
  • Method Details

    • getInstance

      public static PlantRegistry getInstance()
    • registerPlant

      public boolean registerPlant(PlantEntry entry)
    • getAllPlants

      public List<PlantEntry> getAllPlants()
    • addDrops

      public void addDrops(net.minecraft.world.item.ItemStack itemStack, PlantDrop[] drops)
    • clear

      public void clear()